home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / frog_day.swf / scripts / DefineButton2_369 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  99 b   |  8 lines

  1. on(release){
  2.    set("../:Menu","1");
  3.    tellTarget("../")
  4.    {
  5.       gotoAndStop(1);
  6.    }
  7. }
  8.